home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  2005-03-06  |  2KB  |  87 lines

  1. object TipForm: TTipForm
  2.   Left = 485
  3.   Top = 249
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver Tip of the Day'
  6.   ClientHeight = 247
  7.   ClientWidth = 338
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 322
  27.     Height = 177
  28.     Shape = bsFrame
  29.   end
  30.   object Shape1: TShape
  31.     Left = 8
  32.     Top = 8
  33.     Width = 321
  34.     Height = 177
  35.   end
  36.   object TipInfo: TLabel
  37.     Left = 16
  38.     Top = 66
  39.     Width = 305
  40.     Height = 111
  41.     AutoSize = False
  42.     Caption = 'TipInfo'
  43.     Transparent = True
  44.     WordWrap = True
  45.   end
  46.   object Image1: TImage
  47.     Left = 9
  48.     Top = 9
  49.     Width = 319
  50.     Height = 58
  51.     AutoSize = True
  52.     Picture.Data = {<image000.TGIFGraphic>}
  53.   end
  54.   object ShowTipOptions: TComboBox
  55.     Left = 42
  56.     Top = 220
  57.     Width = 255
  58.     Height = 21
  59.     Style = csDropDownList
  60.     ItemHeight = 13
  61.     TabOrder = 2
  62.     Items.Strings = (
  63.       'Always show tips at startup'
  64.       'Show tip at startup if not opening Zip file'
  65.       'Never show tips at startup')
  66.   end
  67.   object NextButt: TButton
  68.     Left = 42
  69.     Top = 191
  70.     Width = 122
  71.     Height = 25
  72.     Caption = '&Next Tip'
  73.     TabOrder = 0
  74.     OnClick = NextButtClick
  75.   end
  76.   object CloseButt: TButton
  77.     Left = 176
  78.     Top = 191
  79.     Width = 121
  80.     Height = 25
  81.     Caption = '&Close'
  82.     Default = True
  83.     TabOrder = 1
  84.     OnClick = CloseButtClick
  85.   end
  86. end
  87.